Skip to content
Back to search
30
MCP

OpenAPI Proxy

pulsemcp/openapi proxy

Converts OpenAPI and Swagger specifications into callable tools by generating Zod-validated schemas and proxying HTTP requests to backend APIs.

Uptime
0.0%
1 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

Swagger API
Transforms Swagger/OpenAPI specifications into tools that enable interaction with any documented API through multiple authentication methods
0 tools
OpenAPI Swagger Converter
Automatically converts Swagger/OpenAPI specifications into toolsets, enabling interaction with any API without additional coding through sec
0 tools
Swagger
Transforms Swagger/OpenAPI specifications into dynamic tools, enabling interaction with any REST API through automatic endpoint discovery, p
0 tools
OpenAPI to MCP
Converts any OpenAPI or Swagger specification into callable tools with zero configuration.
0 tools
OpenAPI Link
Transforms OpenAPI specifications into tool endpoints, enabling seamless interaction with any API described in OpenAPI format without custom
0 tools
OpenAPI
Loads OpenAPI specifications from URLs or files to provide endpoint discovery, schema analysis, payload validation, sample data generation,
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "openapi_proxy": {
      "url": "None",
      "transport": "http"
    }
  }
}